Html Css Color HEX #A431C2 Dark Orchid

📋 copy color: '#A431C2'

red 164 ◦ green 49 ◦ blue 194

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

Shades of Dark Orchid #A431C2

Tints of Dark Orchid #A431C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 40.29%
G = 12.04%
B = 47.67%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A431C2 (or 0xA431C2) is known color: Dark Orchid. HEX triplet: A4, 31 and C2. RGB value is (164,49,194). Sum of RGB (Red+Green+Blue) = 164+49+194=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #A431C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431C2 is #5BCE3D. Grayscale: #636363. Windows color (decimal): -6016574 or 12726692. OLE color: 12726692.

HSL color Cylindrical-coordinate representation of color #A431C2: hue angle of 287.59º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A431C2 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 49 194 -
CMYK 0.15 0.75 0 0.24
HSL 287.59º 0.6% 0.48% -
HSV(B) 287.59º 0.75% 0.76% -
XYZ 26.15 13.98 52.36 -
YUV 99.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 164 49 194 0.15 0.75 0 0.24 287.59 0.6 0.48
Hex A4 31 C2 F 4B 0 18 120 3C 30
Octal 244 61 302 17 113 0 30 440 74 60
Binary 10100100 110001 11000010 1111 1001011 0 11000 100100000 111100 110000

Color Harmonies of #A431C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431C2

Black with #A431C2

Text Example


Text Example

White with #A431C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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