Html Css Color HEX #A762F0 Medium Purple

📋 copy color: '#A762F0'

red 167 ◦ green 98 ◦ blue 240

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

Shades of Medium Purple #A762F0

Tints of Medium Purple #A762F0

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

 GREEN value IS 98 (38.67% from 255) = 19.41%

 BLUE value IS 240 (94.14% from 255) = 47.52%

R = 33.07%
G = 19.41%
B = 47.52%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A762F0 (or 0xA762F0) is known color: Medium Purple. HEX triplet: A7, 62 and F0. RGB value is (167,98,240). Sum of RGB (Red+Green+Blue) = 167+98+240=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #A762F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762F0 is #589D0F. Grayscale: #868686. Windows color (decimal): -5807376 or 15753895. OLE color: 15753895.

HSL color Cylindrical-coordinate representation of color #A762F0: hue angle of 269.15º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A762F0 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 98 240 -
CMYK 0.30 0.59 0 0.06
HSL 269.15º 0.83% 0.66% -
HSV(B) 269.15º 0.59% 0.94% -
XYZ 36.03 23.24 85.03 -
YUV 134.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 167 98 240 0.30 0.59 0 0.06 269.15 0.83 0.66
Hex A7 62 F0 1E 3B 0 6 10D 53 42
Octal 247 142 360 36 73 0 6 415 123 102
Binary 10100111 1100010 11110000 11110 111011 0 110 100001101 1010011 1000010

Color Harmonies of #A762F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762F0

Black with #A762F0

Text Example


Text Example

White with #A762F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762F0; }

 p { color: rgb(167,98,240); }

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

background-color css

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

 a { background-color: rgb(167,98,240); }

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

border-color css

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

 span { border-color: rgb(167,98,240); }

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