Html Css Color HEX #AB23D0 Dark Orchid

📋 copy color: '#AB23D0'

red 171 ◦ green 35 ◦ blue 208

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

Shades of Dark Orchid #AB23D0

Tints of Dark Orchid #AB23D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 41.3%
G = 8.45%
B = 50.24%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB23D0 (or 0xAB23D0) is known color: Dark Orchid. HEX triplet: AB, 23 and D0. RGB value is (171,35,208). Sum of RGB (Red+Green+Blue) = 171+35+208=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB23D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23D0 is #54DC2F. Grayscale: #5E5E5E. Windows color (decimal): -5561392 or 13640619. OLE color: 13640619.

HSL color Cylindrical-coordinate representation of color #AB23D0: hue angle of 287.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB23D0 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 35 208 -
CMYK 0.18 0.83 0 0.18
HSL 287.17º 0.71% 0.48% -
HSV(B) 287.17º 0.83% 0.82% -
XYZ 28.78 14.41 60.94 -
YUV 95.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 171 35 208 0.18 0.83 0 0.18 287.17 0.71 0.48
Hex AB 23 D0 12 53 0 12 11F 47 30
Octal 253 43 320 22 123 0 22 437 107 60
Binary 10101011 100011 11010000 10010 1010011 0 10010 100011111 1000111 110000

Color Harmonies of #AB23D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23D0

Black with #AB23D0

Text Example


Text Example

White with #AB23D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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