Html Css Color HEX #A35FFD Medium Purple

📋 copy color: '#A35FFD'

red 163 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #A35FFD

Tints of Medium Purple #A35FFD

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 31.9%
G = 18.59%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A35FFD (or 0xA35FFD) is known color: Medium Purple. HEX triplet: A3, 5F and FD. RGB value is (163,95,253). Sum of RGB (Red+Green+Blue) = 163+95+253=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #A35FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35FFD is #5CA002. Grayscale: #848484. Windows color (decimal): -6070275 or 16605091. OLE color: 16605091.

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

Color convert

RGB 163 95 253 -
CMYK 0.36 0.62 0 0.01
HSL 265.82º 0.98% 0.68% -
HSV(B) 265.82º 0.62% 0.99% -
XYZ 36.93 23.06 95.43 -
YUV 133.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 163 95 253 0.36 0.62 0 0.01 265.82 0.98 0.68
Hex A3 5F FD 24 3E 0 1 10A 62 44
Octal 243 137 375 44 76 0 1 412 142 104
Binary 10100011 1011111 11111101 100100 111110 0 1 100001010 1100010 1000100

Color Harmonies of #A35FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FFD

Black with #A35FFD

Text Example


Text Example

White with #A35FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FFD; }

 p { color: rgb(163,95,253); }

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

background-color css

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

 a { background-color: rgb(163,95,253); }

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

border-color css

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

 span { border-color: rgb(163,95,253); }

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