Html Css Color HEX #AB2DAF Dark Orchid

📋 copy color: '#AB2DAF'

red 171 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #AB2DAF

Tints of Dark Orchid #AB2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.51%

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

R = 43.73%
G = 11.51%
B = 44.76%

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

#AB2DAF (or 0xAB2DAF) is known color: Dark Orchid. HEX triplet: AB, 2D and AF. RGB value is (171,45,175). Sum of RGB (Red+Green+Blue) = 171+45+175=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB2DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2DAF is #54D250. Grayscale: #616161. Windows color (decimal): -5558865 or 11480491. OLE color: 11480491.

HSL color Cylindrical-coordinate representation of color #AB2DAF: hue angle of 298.15º degrees, saturation: 0.59, 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 #AB2DAF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 45 175 -
CMYK 0.02 0.74 0 0.31
HSL 298.15º 0.59% 0.43% -
HSV(B) 298.15º 0.74% 0.69% -
XYZ 25.47 13.63 41.85 -
YUV 97.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 171 45 175 0.02 0.74 0 0.31 298.15 0.59 0.43
Hex AB 2D AF 2 4A 0 1F 12A 3B 2B
Octal 253 55 257 2 112 0 37 452 73 53
Binary 10101011 101101 10101111 10 1001010 0 11111 100101010 111011 101011

Color Harmonies of #AB2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DAF

Black with #AB2DAF

Text Example


Text Example

White with #AB2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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