Html Css Color HEX #A423CB Dark Orchid

📋 copy color: '#A423CB'

red 164 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #A423CB

Tints of Dark Orchid #A423CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 40.8%
G = 8.71%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A423CB (or 0xA423CB) is known color: Dark Orchid. HEX triplet: A4, 23 and CB. RGB value is (164,35,203). Sum of RGB (Red+Green+Blue) = 164+35+203=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A423CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423CB is #5BDC34. Grayscale: #5C5C5C. Windows color (decimal): -6020149 or 13312932. OLE color: 13312932.

HSL color Cylindrical-coordinate representation of color #A423CB: hue angle of 286.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A423CB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 35 203 -
CMYK 0.19 0.83 0 0.20
HSL 286.07º 0.71% 0.47% -
HSV(B) 286.07º 0.83% 0.8% -
XYZ 26.69 13.41 57.68 -
YUV 92.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 164 35 203 0.19 0.83 0 0.20 286.07 0.71 0.47
Hex A4 23 CB 13 53 0 14 11E 47 2F
Octal 244 43 313 23 123 0 24 436 107 57
Binary 10100100 100011 11001011 10011 1010011 0 10100 100011110 1000111 101111

Color Harmonies of #A423CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423CB

Black with #A423CB

Text Example


Text Example

White with #A423CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423CB; }

 p { color: rgb(164,35,203); }

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

background-color css

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

 a { background-color: rgb(164,35,203); }

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

border-color css

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

 span { border-color: rgb(164,35,203); }

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