Html Css Color HEX #AB21E7 Dark Orchid

📋 copy color: '#AB21E7'

red 171 ◦ green 33 ◦ blue 231

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

Shades of Dark Orchid #AB21E7

Tints of Dark Orchid #AB21E7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.59%

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

R = 39.31%
G = 7.59%
B = 53.1%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB21E7 (or 0xAB21E7) is known color: Dark Orchid. HEX triplet: AB, 21 and E7. RGB value is (171,33,231). Sum of RGB (Red+Green+Blue) = 171+33+231=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB21E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21E7 is #54DE18. Grayscale: #606060. Windows color (decimal): -5561881 or 15147435. OLE color: 15147435.

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

Color convert

RGB 171 33 231 -
CMYK 0.26 0.86 0 0.09
HSL 281.82º 0.8% 0.52% -
HSV(B) 281.82º 0.86% 0.91% -
XYZ 31.76 15.52 76.92 -
YUV 96.83 203.72 180.9 -
System Red Green Blue C M Y K H S L
Decimal 171 33 231 0.26 0.86 0 0.09 281.82 0.8 0.52
Hex AB 21 E7 1A 56 0 9 11A 50 34
Octal 253 41 347 32 126 0 11 432 120 64
Binary 10101011 100001 11100111 11010 1010110 0 1001 100011010 1010000 110100

Color Harmonies of #AB21E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21E7

Black with #AB21E7

Text Example


Text Example

White with #AB21E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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