Html Css Color HEX #AB26CF Dark Orchid

📋 copy color: '#AB26CF'

red 171 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #AB26CF

Tints of Dark Orchid #AB26CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 41.11%
G = 9.13%
B = 49.76%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB26CF (or 0xAB26CF) is known color: Dark Orchid. HEX triplet: AB, 26 and CF. RGB value is (171,38,207). Sum of RGB (Red+Green+Blue) = 171+38+207=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26CF is #54D930. Grayscale: #606060. Windows color (decimal): -5560625 or 13575851. OLE color: 13575851.

HSL color Cylindrical-coordinate representation of color #AB26CF: hue angle of 287.22º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB26CF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 38 207 -
CMYK 0.17 0.82 0 0.19
HSL 287.22º 0.69% 0.48% -
HSV(B) 287.22º 0.82% 0.81% -
XYZ 28.75 14.55 60.32 -
YUV 97.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 171 38 207 0.17 0.82 0 0.19 287.22 0.69 0.48
Hex AB 26 CF 11 52 0 13 11F 45 30
Octal 253 46 317 21 122 0 23 437 105 60
Binary 10101011 100110 11001111 10001 1010010 0 10011 100011111 1000101 110000

Color Harmonies of #AB26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26CF

Black with #AB26CF

Text Example


Text Example

White with #AB26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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