Html Css Color HEX #AB23C9 Dark Orchid

📋 copy color: '#AB23C9'

red 171 ◦ green 35 ◦ blue 201

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

Shades of Dark Orchid #AB23C9

Tints of Dark Orchid #AB23C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 42.01%
G = 8.6%
B = 49.39%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB23C9 (or 0xAB23C9) is known color: Dark Orchid. HEX triplet: AB, 23 and C9. RGB value is (171,35,201). Sum of RGB (Red+Green+Blue) = 171+35+201=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB23C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23C9 is #54DC36. Grayscale: #5E5E5E. Windows color (decimal): -5561399 or 13181867. OLE color: 13181867.

HSL color Cylindrical-coordinate representation of color #AB23C9: hue angle of 289.16º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB23C9 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 35 201 -
CMYK 0.15 0.83 0 0.21
HSL 289.16º 0.7% 0.46% -
HSV(B) 289.16º 0.83% 0.79% -
XYZ 27.94 14.08 56.5 -
YUV 94.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 171 35 201 0.15 0.83 0 0.21 289.16 0.7 0.46
Hex AB 23 C9 F 53 0 15 121 46 2E
Octal 253 43 311 17 123 0 25 441 106 56
Binary 10101011 100011 11001001 1111 1010011 0 10101 100100001 1000110 101110

Color Harmonies of #AB23C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23C9

Black with #AB23C9

Text Example


Text Example

White with #AB23C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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