Html Css Color HEX #A431CC Dark Orchid

📋 copy color: '#A431CC'

red 164 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #A431CC

Tints of Dark Orchid #A431CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 39.33%
G = 11.75%
B = 48.92%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A431CC (or 0xA431CC) is known color: Dark Orchid. HEX triplet: A4, 31 and CC. RGB value is (164,49,204). Sum of RGB (Red+Green+Blue) = 164+49+204=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #A431CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431CC is #5BCE33. Grayscale: #646464. Windows color (decimal): -6016564 or 13382052. OLE color: 13382052.

HSL color Cylindrical-coordinate representation of color #A431CC: hue angle of 284.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A431CC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 49 204 -
CMYK 0.20 0.76 0 0.2
HSL 284.52º 0.61% 0.5% -
HSV(B) 284.52º 0.76% 0.8% -
XYZ 27.31 14.45 58.48 -
YUV 101.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 164 49 204 0.20 0.76 0 0.2 284.52 0.61 0.5
Hex A4 31 CC 14 4C 0 14 11D 3D 32
Octal 244 61 314 24 114 0 24 435 75 62
Binary 10100100 110001 11001100 10100 1001100 0 10100 100011101 111101 110010

Color Harmonies of #A431CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431CC

Black with #A431CC

Text Example


Text Example

White with #A431CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431CC; }

 p { color: rgb(164,49,204); }

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

background-color css

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

 a { background-color: rgb(164,49,204); }

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

border-color css

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

 span { border-color: rgb(164,49,204); }

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