Html Css Color HEX #AB26BB Dark Orchid

📋 copy color: '#AB26BB'

red 171 ◦ green 38 ◦ blue 187

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

Shades of Dark Orchid #AB26BB

Tints of Dark Orchid #AB26BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 43.18%
G = 9.6%
B = 47.22%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB26BB (or 0xAB26BB) is known color: Dark Orchid. HEX triplet: AB, 26 and BB. RGB value is (171,38,187). Sum of RGB (Red+Green+Blue) = 171+38+187=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB26BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BB is #54D944. Grayscale: #5E5E5E. Windows color (decimal): -5560645 or 12265131. OLE color: 12265131.

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

Color convert

RGB 171 38 187 -
CMYK 0.09 0.80 0 0.27
HSL 293.56º 0.66% 0.44% -
HSV(B) 293.56º 0.8% 0.73% -
XYZ 26.46 13.63 48.25 -
YUV 94.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 171 38 187 0.09 0.80 0 0.27 293.56 0.66 0.44
Hex AB 26 BB 9 50 0 1B 126 42 2C
Octal 253 46 273 11 120 0 33 446 102 54
Binary 10101011 100110 10111011 1001 1010000 0 11011 100100110 1000010 101100

Color Harmonies of #AB26BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26BB

Black with #AB26BB

Text Example


Text Example

White with #AB26BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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