Html Css Color HEX #A765FF Medium Purple

📋 copy color: '#A765FF'

red 167 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #A765FF

Tints of Medium Purple #A765FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.31%

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

R = 31.93%
G = 19.31%
B = 48.76%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A765FF (or 0xA765FF) is known color: Medium Purple. HEX triplet: A7, 65 and FF. RGB value is (167,101,255). Sum of RGB (Red+Green+Blue) = 167+101+255=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A765FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765FF is #589A00. Grayscale: #898989. Windows color (decimal): -5806593 or 16737703. OLE color: 16737703.

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

Color convert

RGB 167 101 255 -
CMYK 0.35 0.60 0 0
HSL 265.71º 1% 0.7% -
HSV(B) 265.71º 0.6% 1% -
XYZ 38.64 24.74 97.35 -
YUV 138.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 167 101 255 0.35 0.60 0 0 265.71 1 0.7
Hex A7 65 FF 23 3C 0 0 10A 64 46
Octal 247 145 377 43 74 0 0 412 144 106
Binary 10100111 1100101 11111111 100011 111100 0 0 100001010 1100100 1000110

Color Harmonies of #A765FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765FF

Black with #A765FF

Text Example


Text Example

White with #A765FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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