Html Css Color HEX #A765FB Medium Purple

📋 copy color: '#A765FB'

red 167 ◦ green 101 ◦ blue 251

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

Shades of Medium Purple #A765FB

Tints of Medium Purple #A765FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 32.18%
G = 19.46%
B = 48.36%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A765FB (or 0xA765FB) is known color: Medium Purple. HEX triplet: A7, 65 and FB. RGB value is (167,101,251). Sum of RGB (Red+Green+Blue) = 167+101+251=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A765FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765FB is #589A04. Grayscale: #898989. Windows color (decimal): -5806597 or 16475559. OLE color: 16475559.

HSL color Cylindrical-coordinate representation of color #A765FB: hue angle of 266.4º degrees, saturation: 0.95, 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 #A765FB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 101 251 -
CMYK 0.33 0.60 0 0.02
HSL 266.4º 0.95% 0.69% -
HSV(B) 266.4º 0.6% 0.98% -
XYZ 38 24.49 93.99 -
YUV 137.83 191.87 148.8 -
System Red Green Blue C M Y K H S L
Decimal 167 101 251 0.33 0.60 0 0.02 266.4 0.95 0.69
Hex A7 65 FB 21 3C 0 2 10A 5F 45
Octal 247 145 373 41 74 0 2 412 137 105
Binary 10100111 1100101 11111011 100001 111100 0 10 100001010 1011111 1000101

Color Harmonies of #A765FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765FB

Black with #A765FB

Text Example


Text Example

White with #A765FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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