Html Css Color HEX #A823CC Dark Orchid

📋 copy color: '#A823CC'

red 168 ◦ green 35 ◦ blue 204

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

Shades of Dark Orchid #A823CC

Tints of Dark Orchid #A823CC

RGB

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

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

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

R = 41.28%
G = 8.6%
B = 50.12%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A823CC (or 0xA823CC) is known color: Dark Orchid. HEX triplet: A8, 23 and CC. RGB value is (168,35,204). Sum of RGB (Red+Green+Blue) = 168+35+204=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #A823CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CC is #57DC33. Grayscale: #5D5D5D. Windows color (decimal): -5758004 or 13378472. OLE color: 13378472.

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

Color convert

RGB 168 35 204 -
CMYK 0.18 0.83 0 0.2
HSL 287.22º 0.71% 0.47% -
HSV(B) 287.22º 0.83% 0.8% -
XYZ 27.65 13.89 58.35 -
YUV 94.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 168 35 204 0.18 0.83 0 0.2 287.22 0.71 0.47
Hex A8 23 CC 12 53 0 14 11F 47 2F
Octal 250 43 314 22 123 0 24 437 107 57
Binary 10101000 100011 11001100 10010 1010011 0 10100 100011111 1000111 101111

Color Harmonies of #A823CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CC

Black with #A823CC

Text Example


Text Example

White with #A823CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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