Html Css Color HEX #AB26DF Dark Orchid

📋 copy color: '#AB26DF'

red 171 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #AB26DF

Tints of Dark Orchid #AB26DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 39.58%
G = 8.8%
B = 51.62%

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

#AB26DF (or 0xAB26DF) is known color: Dark Orchid. HEX triplet: AB, 26 and DF. RGB value is (171,38,223). Sum of RGB (Red+Green+Blue) = 171+38+223=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB26DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26DF is #54D920. Grayscale: #626262. Windows color (decimal): -5560609 or 14624427. OLE color: 14624427.

HSL color Cylindrical-coordinate representation of color #AB26DF: hue angle of 283.14º degrees, saturation: 0.74, 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 #AB26DF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 38 223 -
CMYK 0.23 0.83 0 0.13
HSL 283.14º 0.74% 0.51% -
HSV(B) 283.14º 0.83% 0.87% -
XYZ 30.81 15.37 71.16 -
YUV 98.86 198.06 179.46 -
System Red Green Blue C M Y K H S L
Decimal 171 38 223 0.23 0.83 0 0.13 283.14 0.74 0.51
Hex AB 26 DF 17 53 0 D 11B 4A 33
Octal 253 46 337 27 123 0 15 433 112 63
Binary 10101011 100110 11011111 10111 1010011 0 1101 100011011 1001010 110011

Color Harmonies of #AB26DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26DF

Black with #AB26DF

Text Example


Text Example

White with #AB26DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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