Html Css Color HEX #AF64E1 Medium Orchid

📋 copy color: '#AF64E1'

red 175 ◦ green 100 ◦ blue 225

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

Shades of Medium Orchid #AF64E1

Tints of Medium Orchid #AF64E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF64E1 (or 0xAF64E1) is known color: Medium Orchid. HEX triplet: AF, 64 and E1. RGB value is (175,100,225). Sum of RGB (Red+Green+Blue) = 175+100+225=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF64E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64E1 is #509B1E. Grayscale: #888888. Windows color (decimal): -5282591 or 14771375. OLE color: 14771375.

HSL color Cylindrical-coordinate representation of color #AF64E1: hue angle of 276º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF64E1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 100 225 -
CMYK 0.22 0.56 0 0.12
HSL 276º 0.68% 0.64% -
HSV(B) 276º 0.56% 0.88% -
XYZ 35.83 23.66 73.91 -
YUV 136.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 175 100 225 0.22 0.56 0 0.12 276 0.68 0.64
Hex AF 64 E1 16 38 0 C 114 44 40
Octal 257 144 341 26 70 0 14 424 104 100
Binary 10101111 1100100 11100001 10110 111000 0 1100 100010100 1000100 1000000

Color Harmonies of #AF64E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64E1

Black with #AF64E1

Text Example


Text Example

White with #AF64E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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