Html Css Color HEX #AB26B9 Dark Orchid

📋 copy color: '#AB26B9'

red 171 ◦ green 38 ◦ blue 185

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

Shades of Dark Orchid #AB26B9

Tints of Dark Orchid #AB26B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 43.4%
G = 9.64%
B = 46.95%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB26B9 (or 0xAB26B9) is known color: Dark Orchid. HEX triplet: AB, 26 and B9. RGB value is (171,38,185). Sum of RGB (Red+Green+Blue) = 171+38+185=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB26B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26B9 is #54D946. Grayscale: #5E5E5E. Windows color (decimal): -5560647 or 12134059. OLE color: 12134059.

HSL color Cylindrical-coordinate representation of color #AB26B9: hue angle of 294.29º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB26B9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 38 185 -
CMYK 0.08 0.79 0 0.27
HSL 294.29º 0.66% 0.44% -
HSV(B) 294.29º 0.79% 0.73% -
XYZ 26.24 13.55 47.13 -
YUV 94.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 171 38 185 0.08 0.79 0 0.27 294.29 0.66 0.44
Hex AB 26 B9 8 4F 0 1B 126 42 2C
Octal 253 46 271 10 117 0 33 446 102 54
Binary 10101011 100110 10111001 1000 1001111 0 11011 100100110 1000010 101100

Color Harmonies of #AB26B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26B9

Black with #AB26B9

Text Example


Text Example

White with #AB26B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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