Html Css Color HEX #AB33E7 Dark Orchid

📋 copy color: '#AB33E7'

red 171 ◦ green 51 ◦ blue 231

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

Shades of Dark Orchid #AB33E7

Tints of Dark Orchid #AB33E7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.26%

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

R = 37.75%
G = 11.26%
B = 50.99%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB33E7 (or 0xAB33E7) is known color: Dark Orchid. HEX triplet: AB, 33 and E7. RGB value is (171,51,231). Sum of RGB (Red+Green+Blue) = 171+51+231=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB33E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB33E7 is #54CC18. Grayscale: #6A6A6A. Windows color (decimal): -5557273 or 15152043. OLE color: 15152043.

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

Color convert

RGB 171 51 231 -
CMYK 0.26 0.78 0 0.09
HSL 280º 0.79% 0.55% -
HSV(B) 280º 0.78% 0.91% -
XYZ 32.4 16.8 77.14 -
YUV 107.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 171 51 231 0.26 0.78 0 0.09 280 0.79 0.55
Hex AB 33 E7 1A 4E 0 9 118 4F 37
Octal 253 63 347 32 116 0 11 430 117 67
Binary 10101011 110011 11100111 11010 1001110 0 1001 100011000 1001111 110111

Color Harmonies of #AB33E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33E7

Black with #AB33E7

Text Example


Text Example

White with #AB33E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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