Html Css Color HEX #AF1FAB Dark Orchid

📋 copy color: '#AF1FAB'

red 175 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #AF1FAB

Tints of Dark Orchid #AF1FAB

RGB

 RED value IS 175 (68.75% from 255) = 46.42%

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 46.42%
G = 8.22%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF1FAB (or 0xAF1FAB) is known color: Dark Orchid. HEX triplet: AF, 1F and AB. RGB value is (175,31,171). Sum of RGB (Red+Green+Blue) = 175+31+171=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FAB is #50E054. Grayscale: #595959. Windows color (decimal): -5300309 or 11214767. OLE color: 11214767.

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

Color convert

RGB 175 31 171 -
CMYK 0 0.82 0.02 0.31
HSL 301.67º 0.7% 0.4% -
HSV(B) 301.67º 0.82% 0.69% -
XYZ 25.52 13.03 39.7 -
YUV 90.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 175 31 171 0 0.82 0.02 0.31 301.67 0.7 0.4
Hex AF 1F AB 0 52 2 1F 12E 46 28
Octal 257 37 253 0 122 2 37 456 106 50
Binary 10101111 11111 10101011 0 1010010 10 11111 100101110 1000110 101000

Color Harmonies of #AF1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FAB

Black with #AF1FAB

Text Example


Text Example

White with #AF1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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