Html Css Color HEX #AF64FA Medium Purple

📋 copy color: '#AF64FA'

red 175 ◦ green 100 ◦ blue 250

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

Shades of Medium Purple #AF64FA

Tints of Medium Purple #AF64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.3

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF64FA (or 0xAF64FA) is known color: Medium Purple. HEX triplet: AF, 64 and FA. RGB value is (175,100,250). Sum of RGB (Red+Green+Blue) = 175+100+250=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64FA is #509B05. Grayscale: #8B8B8B. Windows color (decimal): -5282566 or 16409775. OLE color: 16409775.

HSL color Cylindrical-coordinate representation of color #AF64FA: hue angle of 270º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF64FA is Cyan = 0.3, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 100 250 -
CMYK 0.3 0.6 0 0.02
HSL 270º 0.94% 0.69% -
HSV(B) 270º 0.6% 0.98% -
XYZ 39.49 25.13 93.21 -
YUV 139.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 175 100 250 0.3 0.6 0 0.02 270 0.94 0.69
Hex AF 64 FA 1E 3C 0 2 10E 5E 45
Octal 257 144 372 36 74 0 2 416 136 105
Binary 10101111 1100100 11111010 11110 111100 0 10 100001110 1011110 1000101

Color Harmonies of #AF64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64FA

Black with #AF64FA

Text Example


Text Example

White with #AF64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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