Html Css Color HEX #AB23DD Dark Orchid

📋 copy color: '#AB23DD'

red 171 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #AB23DD

Tints of Dark Orchid #AB23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 40.05%
G = 8.2%
B = 51.76%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB23DD (or 0xAB23DD) is known color: Dark Orchid. HEX triplet: AB, 23 and DD. RGB value is (171,35,221). Sum of RGB (Red+Green+Blue) = 171+35+221=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB23DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23DD is #54DC22. Grayscale: #606060. Windows color (decimal): -5561379 or 14492587. OLE color: 14492587.

HSL color Cylindrical-coordinate representation of color #AB23DD: hue angle of 283.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB23DD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 35 221 -
CMYK 0.23 0.84 0 0.13
HSL 283.87º 0.73% 0.5% -
HSV(B) 283.87º 0.84% 0.87% -
XYZ 30.45 15.08 69.71 -
YUV 96.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 171 35 221 0.23 0.84 0 0.13 283.87 0.73 0.5
Hex AB 23 DD 17 54 0 D 11C 49 32
Octal 253 43 335 27 124 0 15 434 111 62
Binary 10101011 100011 11011101 10111 1010100 0 1101 100011100 1001001 110010

Color Harmonies of #AB23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23DD

Black with #AB23DD

Text Example


Text Example

White with #AB23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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