Html Css Color HEX #AB2EAF Dark Orchid

📋 copy color: '#AB2EAF'

red 171 ◦ green 46 ◦ blue 175

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

Shades of Dark Orchid #AB2EAF

Tints of Dark Orchid #AB2EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.73%

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 43.62%
G = 11.73%
B = 44.64%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB2EAF (or 0xAB2EAF) is known color: Dark Orchid. HEX triplet: AB, 2E and AF. RGB value is (171,46,175). Sum of RGB (Red+Green+Blue) = 171+46+175=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB2EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2EAF is #54D150. Grayscale: #616161. Windows color (decimal): -5558609 or 11480747. OLE color: 11480747.

HSL color Cylindrical-coordinate representation of color #AB2EAF: hue angle of 298.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2EAF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 46 175 -
CMYK 0.02 0.74 0 0.31
HSL 298.14º 0.58% 0.43% -
HSV(B) 298.14º 0.74% 0.69% -
XYZ 25.51 13.71 41.86 -
YUV 98.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 171 46 175 0.02 0.74 0 0.31 298.14 0.58 0.43
Hex AB 2E AF 2 4A 0 1F 12A 3A 2B
Octal 253 56 257 2 112 0 37 452 72 53
Binary 10101011 101110 10101111 10 1001010 0 11111 100101010 111010 101011

Color Harmonies of #AB2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EAF

Black with #AB2EAF

Text Example


Text Example

White with #AB2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EAF; }

 p { color: rgb(171,46,175); }

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

background-color css

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

 a { background-color: rgb(171,46,175); }

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

border-color css

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

 span { border-color: rgb(171,46,175); }

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