Html Css Color HEX #A430AF Dark Orchid

📋 copy color: '#A430AF'

red 164 ◦ green 48 ◦ blue 175

#A430AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A430AF

Tints of Dark Orchid #A430AF

RGB

 RED value IS 164 (64.45% from 255) = 42.38%

 GREEN value IS 48 (19.14% from 255) = 12.4%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 42.38%
G = 12.4%
B = 45.22%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A430AF (or 0xA430AF) is known color: Dark Orchid. HEX triplet: A4, 30 and AF. RGB value is (164,48,175). Sum of RGB (Red+Green+Blue) = 164+48+175=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #A430AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430AF is #5BCF50. Grayscale: #606060. Windows color (decimal): -6016849 or 11481252. OLE color: 11481252.

HSL color Cylindrical-coordinate representation of color #A430AF: hue angle of 294.8º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A430AF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 48 175 -
CMYK 0.06 0.73 0 0.31
HSL 294.8º 0.57% 0.44% -
HSV(B) 294.8º 0.73% 0.69% -
XYZ 24.1 13.1 41.82 -
YUV 97.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 164 48 175 0.06 0.73 0 0.31 294.8 0.57 0.44
Hex A4 30 AF 6 49 0 1F 127 39 2C
Octal 244 60 257 6 111 0 37 447 71 54
Binary 10100100 110000 10101111 110 1001001 0 11111 100100111 111001 101100

Color Harmonies of #A430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430AF

Black with #A430AF

Text Example


Text Example

White with #A430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430AF; }

 p { color: rgb(164,48,175); }

 H1.HeaderClassName
 {
   color: #A430AF;
 }
 .AnyTagClassName
 {
   color: #A430AF;
 }
</style>

background-color css

<style>
 a { background-color: #A430AF; }

 a { background-color: rgb(164,48,175); }

 div.DivClassName
 {
   background-color: #A430AF;
 }
 .BgClassName
 {
   background-color: #A430AF;
 }
</style>

border-color css

<style>
 span { border-color: #A430AF; }

 span { border-color: rgb(164,48,175); }

 td.TdClassName
 {
   border-color: #A430AF;
 }
 .TagClassName
 {
   border-color: #A430AF;
 }
</style>