Html Css Color HEX #A65FFA Medium Purple

📋 copy color: '#A65FFA'

red 166 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A65FFA

Tints of Medium Purple #A65FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 32.49%
G = 18.59%
B = 48.92%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65FFA (or 0xA65FFA) is known color: Medium Purple. HEX triplet: A6, 5F and FA. RGB value is (166,95,250). Sum of RGB (Red+Green+Blue) = 166+95+250=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A65FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FFA is #59A005. Grayscale: #858585. Windows color (decimal): -5873670 or 16408486. OLE color: 16408486.

HSL color Cylindrical-coordinate representation of color #A65FFA: hue angle of 267.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65FFA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 95 250 -
CMYK 0.34 0.62 0 0.02
HSL 267.48º 0.94% 0.68% -
HSV(B) 267.48º 0.62% 0.98% -
XYZ 37.07 23.19 92.97 -
YUV 133.9 193.52 150.9 -
System Red Green Blue C M Y K H S L
Decimal 166 95 250 0.34 0.62 0 0.02 267.48 0.94 0.68
Hex A6 5F FA 22 3E 0 2 10B 5E 44
Octal 246 137 372 42 76 0 2 413 136 104
Binary 10100110 1011111 11111010 100010 111110 0 10 100001011 1011110 1000100

Color Harmonies of #A65FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FFA

Black with #A65FFA

Text Example


Text Example

White with #A65FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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