Html Css Color HEX #AB26CB Dark Orchid

📋 copy color: '#AB26CB'

red 171 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #AB26CB

Tints of Dark Orchid #AB26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 41.5%
G = 9.22%
B = 49.27%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB26CB (or 0xAB26CB) is known color: Dark Orchid. HEX triplet: AB, 26 and CB. RGB value is (171,38,203). Sum of RGB (Red+Green+Blue) = 171+38+203=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26CB is #54D934. Grayscale: #606060. Windows color (decimal): -5560629 or 13313707. OLE color: 13313707.

HSL color Cylindrical-coordinate representation of color #AB26CB: hue angle of 288.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB26CB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 38 203 -
CMYK 0.16 0.81 0 0.20
HSL 288.36º 0.68% 0.47% -
HSV(B) 288.36º 0.81% 0.8% -
XYZ 28.27 14.36 57.78 -
YUV 96.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 171 38 203 0.16 0.81 0 0.20 288.36 0.68 0.47
Hex AB 26 CB 10 51 0 14 120 44 2F
Octal 253 46 313 20 121 0 24 440 104 57
Binary 10101011 100110 11001011 10000 1010001 0 10100 100100000 1000100 101111

Color Harmonies of #AB26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26CB

Black with #AB26CB

Text Example


Text Example

White with #AB26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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