Html Css Color HEX #AB27E7 Dark Orchid

📋 copy color: '#AB27E7'

red 171 ◦ green 39 ◦ blue 231

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

Shades of Dark Orchid #AB27E7

Tints of Dark Orchid #AB27E7

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.84%

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 38.78%
G = 8.84%
B = 52.38%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB27E7 (or 0xAB27E7) is known color: Dark Orchid. HEX triplet: AB, 27 and E7. RGB value is (171,39,231). Sum of RGB (Red+Green+Blue) = 171+39+231=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB27E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB27E7 is #54D818. Grayscale: #636363. Windows color (decimal): -5560345 or 15148971. OLE color: 15148971.

HSL color Cylindrical-coordinate representation of color #AB27E7: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB27E7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 39 231 -
CMYK 0.26 0.83 0 0.09
HSL 281.25º 0.8% 0.53% -
HSV(B) 281.25º 0.83% 0.91% -
XYZ 31.94 15.88 76.98 -
YUV 100.36 201.73 178.39 -
System Red Green Blue C M Y K H S L
Decimal 171 39 231 0.26 0.83 0 0.09 281.25 0.8 0.53
Hex AB 27 E7 1A 53 0 9 119 50 35
Octal 253 47 347 32 123 0 11 431 120 65
Binary 10101011 100111 11100111 11010 1010011 0 1001 100011001 1010000 110101

Color Harmonies of #AB27E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27E7

Black with #AB27E7

Text Example


Text Example

White with #AB27E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27E7; }

 p { color: rgb(171,39,231); }

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

background-color css

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

 a { background-color: rgb(171,39,231); }

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

border-color css

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

 span { border-color: rgb(171,39,231); }

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