Html Css Color HEX #AF1FAF Dark Orchid

📋 copy color: '#AF1FAF'

red 175 ◦ green 31 ◦ blue 175

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

Shades of Dark Orchid #AF1FAF

Tints of Dark Orchid #AF1FAF

RGB

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

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

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

R = 45.93%
G = 8.14%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF1FAF (or 0xAF1FAF) is known color: Dark Orchid. HEX triplet: AF, 1F and AF. RGB value is (175,31,175). Sum of RGB (Red+Green+Blue) = 175+31+175=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF1FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FAF is #50E050. Grayscale: #5A5A5A. Windows color (decimal): -5300305 or 11476911. OLE color: 11476911.

HSL color Cylindrical-coordinate representation of color #AF1FAF: hue angle of 300º 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 #AF1FAF is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 175 -
CMYK 0 0.82 0 0.31
HSL 300º 0.7% 0.4% -
HSV(B) 300º 0.82% 0.69% -
XYZ 25.91 13.19 41.74 -
YUV 90.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 175 31 175 0 0.82 0 0.31 300 0.7 0.4
Hex AF 1F AF 0 52 0 1F 12C 46 28
Octal 257 37 257 0 122 0 37 454 106 50
Binary 10101111 11111 10101111 0 1010010 0 11111 100101100 1000110 101000

Color Harmonies of #AF1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FAF

Black with #AF1FAF

Text Example


Text Example

White with #AF1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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