Html Css Color HEX #AB2FEA Dark Orchid

📋 copy color: '#AB2FEA'

red 171 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #AB2FEA

Tints of Dark Orchid #AB2FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

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

R = 37.83%
G = 10.4%
B = 51.77%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB2FEA (or 0xAB2FEA) is known color: Dark Orchid. HEX triplet: AB, 2F and EA. RGB value is (171,47,234). Sum of RGB (Red+Green+Blue) = 171+47+234=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB2FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FEA is #54D015. Grayscale: #686868. Windows color (decimal): -5558294 or 15347627. OLE color: 15347627.

HSL color Cylindrical-coordinate representation of color #AB2FEA: hue angle of 279.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2FEA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 47 234 -
CMYK 0.27 0.80 0 0.08
HSL 279.79º 0.82% 0.55% -
HSV(B) 279.79º 0.8% 0.92% -
XYZ 32.66 16.63 79.33 -
YUV 105.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 171 47 234 0.27 0.80 0 0.08 279.79 0.82 0.55
Hex AB 2F EA 1B 50 0 8 118 52 37
Octal 253 57 352 33 120 0 10 430 122 67
Binary 10101011 101111 11101010 11011 1010000 0 1000 100011000 1010010 110111

Color Harmonies of #AB2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FEA

Black with #AB2FEA

Text Example


Text Example

White with #AB2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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