Html Css Color HEX #AB28AF Dark Orchid

📋 copy color: '#AB28AF'

red 171 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #AB28AF

Tints of Dark Orchid #AB28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

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

R = 44.3%
G = 10.36%
B = 45.34%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB28AF (or 0xAB28AF) is known color: Dark Orchid. HEX triplet: AB, 28 and AF. RGB value is (171,40,175). Sum of RGB (Red+Green+Blue) = 171+40+175=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28AF is #54D750. Grayscale: #5E5E5E. Windows color (decimal): -5560145 or 11479211. OLE color: 11479211.

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

Color convert

RGB 171 40 175 -
CMYK 0.02 0.77 0 0.31
HSL 298.22º 0.63% 0.42% -
HSV(B) 298.22º 0.77% 0.69% -
XYZ 25.29 13.27 41.79 -
YUV 94.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 171 40 175 0.02 0.77 0 0.31 298.22 0.63 0.42
Hex AB 28 AF 2 4D 0 1F 12A 3F 2A
Octal 253 50 257 2 115 0 37 452 77 52
Binary 10101011 101000 10101111 10 1001101 0 11111 100101010 111111 101010

Color Harmonies of #AB28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28AF

Black with #AB28AF

Text Example


Text Example

White with #AB28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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