Html Css Color HEX #AB26B8 Dark Orchid

📋 copy color: '#AB26B8'

red 171 ◦ green 38 ◦ blue 184

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

Shades of Dark Orchid #AB26B8

Tints of Dark Orchid #AB26B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.82%

R = 43.51%
G = 9.67%
B = 46.82%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB26B8 (or 0xAB26B8) is known color: Dark Orchid. HEX triplet: AB, 26 and B8. RGB value is (171,38,184). Sum of RGB (Red+Green+Blue) = 171+38+184=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB26B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26B8 is #54D947. Grayscale: #5D5D5D. Windows color (decimal): -5560648 or 12068523. OLE color: 12068523.

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

Color convert

RGB 171 38 184 -
CMYK 0.07 0.79 0 0.28
HSL 294.66º 0.66% 0.44% -
HSV(B) 294.66º 0.79% 0.72% -
XYZ 26.14 13.5 46.58 -
YUV 94.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 171 38 184 0.07 0.79 0 0.28 294.66 0.66 0.44
Hex AB 26 B8 7 4F 0 1C 127 42 2C
Octal 253 46 270 7 117 0 34 447 102 54
Binary 10101011 100110 10111000 111 1001111 0 11100 100100111 1000010 101100

Color Harmonies of #AB26B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26B8

Black with #AB26B8

Text Example


Text Example

White with #AB26B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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