Html Css Color HEX #AB2BAF Dark Orchid

📋 copy color: '#AB2BAF'

red 171 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #AB2BAF

Tints of Dark Orchid #AB2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

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

R = 43.96%
G = 11.05%
B = 44.99%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB2BAF (or 0xAB2BAF) is known color: Dark Orchid. HEX triplet: AB, 2B and AF. RGB value is (171,43,175). Sum of RGB (Red+Green+Blue) = 171+43+175=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB2BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BAF is #54D450. Grayscale: #5F5F5F. Windows color (decimal): -5559377 or 11479979. OLE color: 11479979.

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

Color convert

RGB 171 43 175 -
CMYK 0.02 0.75 0 0.31
HSL 298.18º 0.61% 0.43% -
HSV(B) 298.18º 0.75% 0.69% -
XYZ 25.4 13.48 41.82 -
YUV 96.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 171 43 175 0.02 0.75 0 0.31 298.18 0.61 0.43
Hex AB 2B AF 2 4B 0 1F 12A 3D 2B
Octal 253 53 257 2 113 0 37 452 75 53
Binary 10101011 101011 10101111 10 1001011 0 11111 100101010 111101 101011

Color Harmonies of #AB2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BAF

Black with #AB2BAF

Text Example


Text Example

White with #AB2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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