Html Css Color HEX #AF64D1 Medium Orchid

📋 copy color: '#AF64D1'

red 175 ◦ green 100 ◦ blue 209

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

Shades of Medium Orchid #AF64D1

Tints of Medium Orchid #AF64D1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 36.16%
G = 20.66%
B = 43.18%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF64D1 (or 0xAF64D1) is known color: Medium Orchid. HEX triplet: AF, 64 and D1. RGB value is (175,100,209). Sum of RGB (Red+Green+Blue) = 175+100+209=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF64D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64D1 is #509B2E. Grayscale: #868686. Windows color (decimal): -5282607 or 13722799. OLE color: 13722799.

HSL color Cylindrical-coordinate representation of color #AF64D1: hue angle of 281.28º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF64D1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 100 209 -
CMYK 0.16 0.52 0 0.18
HSL 281.28º 0.54% 0.61% -
HSV(B) 281.28º 0.52% 0.82% -
XYZ 33.75 22.83 62.95 -
YUV 134.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 175 100 209 0.16 0.52 0 0.18 281.28 0.54 0.61
Hex AF 64 D1 10 34 0 12 119 36 3D
Octal 257 144 321 20 64 0 22 431 66 75
Binary 10101111 1100100 11010001 10000 110100 0 10010 100011001 110110 111101

Color Harmonies of #AF64D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64D1

Black with #AF64D1

Text Example


Text Example

White with #AF64D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64D1; }

 p { color: rgb(175,100,209); }

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

background-color css

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

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

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

border-color css

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

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

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