Html Css Color HEX #A65FFB Medium Purple

📋 copy color: '#A65FFB'

red 166 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #A65FFB

Tints of Medium Purple #A65FFB

RGB

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

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

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

R = 32.42%
G = 18.55%
B = 49.02%

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

#A65FFB (or 0xA65FFB) is known color: Medium Purple. HEX triplet: A6, 5F and FB. RGB value is (166,95,251). Sum of RGB (Red+Green+Blue) = 166+95+251=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FFB is #59A004. Grayscale: #858585. Windows color (decimal): -5873669 or 16474022. OLE color: 16474022.

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

Color convert

RGB 166 95 251 -
CMYK 0.34 0.62 0 0.02
HSL 267.31º 0.95% 0.68% -
HSV(B) 267.31º 0.62% 0.98% -
XYZ 37.23 23.26 93.79 -
YUV 134.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 166 95 251 0.34 0.62 0 0.02 267.31 0.95 0.68
Hex A6 5F FB 22 3E 0 2 10B 5F 44
Octal 246 137 373 42 76 0 2 413 137 104
Binary 10100110 1011111 11111011 100010 111110 0 10 100001011 1011111 1000100

Color Harmonies of #A65FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FFB

Black with #A65FFB

Text Example


Text Example

White with #A65FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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