Html Css Color HEX #A823CB Dark Orchid

📋 copy color: '#A823CB'

red 168 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #A823CB

Tints of Dark Orchid #A823CB

RGB

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

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

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

R = 41.38%
G = 8.62%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A823CB (or 0xA823CB) is known color: Dark Orchid. HEX triplet: A8, 23 and CB. RGB value is (168,35,203). Sum of RGB (Red+Green+Blue) = 168+35+203=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #A823CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CB is #57DC34. Grayscale: #5D5D5D. Windows color (decimal): -5758005 or 13312936. OLE color: 13312936.

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

Color convert

RGB 168 35 203 -
CMYK 0.17 0.83 0 0.20
HSL 287.5º 0.71% 0.47% -
HSV(B) 287.5º 0.83% 0.8% -
XYZ 27.53 13.84 57.72 -
YUV 93.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 168 35 203 0.17 0.83 0 0.20 287.5 0.71 0.47
Hex A8 23 CB 11 53 0 14 120 47 2F
Octal 250 43 313 21 123 0 24 440 107 57
Binary 10101000 100011 11001011 10001 1010011 0 10100 100100000 1000111 101111

Color Harmonies of #A823CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CB

Black with #A823CB

Text Example


Text Example

White with #A823CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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