Html Css Color HEX #AB23CC Dark Orchid

📋 copy color: '#AB23CC'

red 171 ◦ green 35 ◦ blue 204

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

Shades of Dark Orchid #AB23CC

Tints of Dark Orchid #AB23CC

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

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

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

R = 41.71%
G = 8.54%
B = 49.76%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB23CC (or 0xAB23CC) is known color: Dark Orchid. HEX triplet: AB, 23 and CC. RGB value is (171,35,204). Sum of RGB (Red+Green+Blue) = 171+35+204=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23CC is #54DC33. Grayscale: #5E5E5E. Windows color (decimal): -5561396 or 13378475. OLE color: 13378475.

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

Color convert

RGB 171 35 204 -
CMYK 0.16 0.83 0 0.2
HSL 288.28º 0.71% 0.47% -
HSV(B) 288.28º 0.83% 0.8% -
XYZ 28.29 14.22 58.38 -
YUV 94.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 171 35 204 0.16 0.83 0 0.2 288.28 0.71 0.47
Hex AB 23 CC 10 53 0 14 120 47 2F
Octal 253 43 314 20 123 0 24 440 107 57
Binary 10101011 100011 11001100 10000 1010011 0 10100 100100000 1000111 101111

Color Harmonies of #AB23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23CC

Black with #AB23CC

Text Example


Text Example

White with #AB23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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