Html Css Color HEX #A423CE Dark Orchid

📋 copy color: '#A423CE'

red 164 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A423CE

Tints of Dark Orchid #A423CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 40.49%
G = 8.64%
B = 50.86%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A423CE (or 0xA423CE) is known color: Dark Orchid. HEX triplet: A4, 23 and CE. RGB value is (164,35,206). Sum of RGB (Red+Green+Blue) = 164+35+206=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A423CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423CE is #5BDC31. Grayscale: #5C5C5C. Windows color (decimal): -6020146 or 13509540. OLE color: 13509540.

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

Color convert

RGB 164 35 206 -
CMYK 0.20 0.83 0 0.19
HSL 285.26º 0.71% 0.47% -
HSV(B) 285.26º 0.83% 0.81% -
XYZ 27.05 13.55 59.58 -
YUV 93.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 164 35 206 0.20 0.83 0 0.19 285.26 0.71 0.47
Hex A4 23 CE 14 53 0 13 11D 47 2F
Octal 244 43 316 24 123 0 23 435 107 57
Binary 10100100 100011 11001110 10100 1010011 0 10011 100011101 1000111 101111

Color Harmonies of #A423CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423CE

Black with #A423CE

Text Example


Text Example

White with #A423CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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