Html Css Color HEX #A65FF7 Medium Purple

📋 copy color: '#A65FF7'

red 166 ◦ green 95 ◦ blue 247

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

Shades of Medium Purple #A65FF7

Tints of Medium Purple #A65FF7

RGB

 RED value IS 166 (65.23% from 255) = 32.68%

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 32.68%
G = 18.7%
B = 48.62%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A65FF7 (or 0xA65FF7) is known color: Medium Purple. HEX triplet: A6, 5F and F7. RGB value is (166,95,247). Sum of RGB (Red+Green+Blue) = 166+95+247=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #A65FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FF7 is #59A008. Grayscale: #858585. Windows color (decimal): -5873673 or 16211878. OLE color: 16211878.

HSL color Cylindrical-coordinate representation of color #A65FF7: hue angle of 268.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65FF7 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 95 247 -
CMYK 0.33 0.62 0 0.03
HSL 268.03º 0.9% 0.67% -
HSV(B) 268.03º 0.62% 0.97% -
XYZ 36.61 23.01 90.51 -
YUV 133.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 166 95 247 0.33 0.62 0 0.03 268.03 0.9 0.67
Hex A6 5F F7 21 3E 0 3 10C 5A 43
Octal 246 137 367 41 76 0 3 414 132 103
Binary 10100110 1011111 11110111 100001 111110 0 11 100001100 1011010 1000011

Color Harmonies of #A65FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FF7

Black with #A65FF7

Text Example


Text Example

White with #A65FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FF7; }

 p { color: rgb(166,95,247); }

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

background-color css

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

 a { background-color: rgb(166,95,247); }

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

border-color css

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

 span { border-color: rgb(166,95,247); }

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