Html Css Color HEX #AB26DD Dark Orchid

📋 copy color: '#AB26DD'

red 171 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #AB26DD

Tints of Dark Orchid #AB26DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.84%

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

R = 39.77%
G = 8.84%
B = 51.4%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB26DD (or 0xAB26DD) is known color: Dark Orchid. HEX triplet: AB, 26 and DD. RGB value is (171,38,221). Sum of RGB (Red+Green+Blue) = 171+38+221=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB26DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26DD is #54D922. Grayscale: #626262. Windows color (decimal): -5560611 or 14493355. OLE color: 14493355.

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

Color convert

RGB 171 38 221 -
CMYK 0.23 0.83 0 0.13
HSL 283.61º 0.73% 0.51% -
HSV(B) 283.61º 0.83% 0.87% -
XYZ 30.54 15.26 69.74 -
YUV 98.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 171 38 221 0.23 0.83 0 0.13 283.61 0.73 0.51
Hex AB 26 DD 17 53 0 D 11C 49 33
Octal 253 46 335 27 123 0 15 434 111 63
Binary 10101011 100110 11011101 10111 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AB26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26DD

Black with #AB26DD

Text Example


Text Example

White with #AB26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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