Html Css Color HEX #A823CE Dark Orchid

📋 copy color: '#A823CE'

red 168 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A823CE

Tints of Dark Orchid #A823CE

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

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

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

R = 41.08%
G = 8.56%
B = 50.37%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A823CE (or 0xA823CE) is known color: Dark Orchid. HEX triplet: A8, 23 and CE. RGB value is (168,35,206). Sum of RGB (Red+Green+Blue) = 168+35+206=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #A823CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CE is #57DC31. Grayscale: #5D5D5D. Windows color (decimal): -5758002 or 13509544. OLE color: 13509544.

HSL color Cylindrical-coordinate representation of color #A823CE: hue angle of 286.67º 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 #A823CE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 35 206 -
CMYK 0.18 0.83 0 0.19
HSL 286.67º 0.71% 0.47% -
HSV(B) 286.67º 0.83% 0.81% -
XYZ 27.89 13.98 59.62 -
YUV 94.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 168 35 206 0.18 0.83 0 0.19 286.67 0.71 0.47
Hex A8 23 CE 12 53 0 13 11F 47 2F
Octal 250 43 316 22 123 0 23 437 107 57
Binary 10101000 100011 11001110 10010 1010011 0 10011 100011111 1000111 101111

Color Harmonies of #A823CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CE

Black with #A823CE

Text Example


Text Example

White with #A823CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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