Html Css Color HEX #A665FF Medium Purple

📋 copy color: '#A665FF'

red 166 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #A665FF

Tints of Medium Purple #A665FF

RGB

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

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

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

R = 31.8%
G = 19.35%
B = 48.85%

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

#A665FF (or 0xA665FF) is known color: Medium Purple. HEX triplet: A6, 65 and FF. RGB value is (166,101,255). Sum of RGB (Red+Green+Blue) = 166+101+255=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A665FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665FF is #599A00. Grayscale: #898989. Windows color (decimal): -5872129 or 16737702. OLE color: 16737702.

HSL color Cylindrical-coordinate representation of color #A665FF: hue angle of 265.32º 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 #A665FF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 101 255 -
CMYK 0.35 0.60 0 0
HSL 265.32º 1% 0.7% -
HSV(B) 265.32º 0.6% 1% -
XYZ 38.43 24.63 97.34 -
YUV 137.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 166 101 255 0.35 0.60 0 0 265.32 1 0.7
Hex A6 65 FF 23 3C 0 0 109 64 46
Octal 246 145 377 43 74 0 0 411 144 106
Binary 10100110 1100101 11111111 100011 111100 0 0 100001001 1100100 1000110

Color Harmonies of #A665FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665FF

Black with #A665FF

Text Example


Text Example

White with #A665FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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