Html Css Color HEX #AB33EA Dark Orchid

📋 copy color: '#AB33EA'

red 171 ◦ green 51 ◦ blue 234

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

Shades of Dark Orchid #AB33EA

Tints of Dark Orchid #AB33EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 37.5%
G = 11.18%
B = 51.32%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB33EA (or 0xAB33EA) is known color: Dark Orchid. HEX triplet: AB, 33 and EA. RGB value is (171,51,234). Sum of RGB (Red+Green+Blue) = 171+51+234=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB33EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB33EA is #54CC15. Grayscale: #6B6B6B. Windows color (decimal): -5557270 or 15348651. OLE color: 15348651.

HSL color Cylindrical-coordinate representation of color #AB33EA: hue angle of 279.34º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB33EA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 51 234 -
CMYK 0.27 0.78 0 0.08
HSL 279.34º 0.81% 0.56% -
HSV(B) 279.34º 0.78% 0.92% -
XYZ 32.83 16.97 79.39 -
YUV 107.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 171 51 234 0.27 0.78 0 0.08 279.34 0.81 0.56
Hex AB 33 EA 1B 4E 0 8 117 51 38
Octal 253 63 352 33 116 0 10 427 121 70
Binary 10101011 110011 11101010 11011 1001110 0 1000 100010111 1010001 111000

Color Harmonies of #AB33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33EA

Black with #AB33EA

Text Example


Text Example

White with #AB33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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