Html Css Color HEX #A762FF Medium Purple

📋 copy color: '#A762FF'

red 167 ◦ green 98 ◦ blue 255

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

Shades of Medium Purple #A762FF

Tints of Medium Purple #A762FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 32.12%
G = 18.85%
B = 49.04%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A762FF (or 0xA762FF) is known color: Medium Purple. HEX triplet: A7, 62 and FF. RGB value is (167,98,255). Sum of RGB (Red+Green+Blue) = 167+98+255=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A762FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762FF is #589D00. Grayscale: #878787. Windows color (decimal): -5807361 or 16736935. OLE color: 16736935.

HSL color Cylindrical-coordinate representation of color #A762FF: hue angle of 266.37º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A762FF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 98 255 -
CMYK 0.35 0.62 0 0
HSL 266.37º 1% 0.69% -
HSV(B) 266.37º 0.62% 1% -
XYZ 38.35 24.17 97.25 -
YUV 136.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 167 98 255 0.35 0.62 0 0 266.37 1 0.69
Hex A7 62 FF 23 3E 0 0 10A 64 45
Octal 247 142 377 43 76 0 0 412 144 105
Binary 10100111 1100010 11111111 100011 111110 0 0 100001010 1100100 1000101

Color Harmonies of #A762FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762FF

Black with #A762FF

Text Example


Text Example

White with #A762FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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