Html Css Color HEX #A35CFB Medium Purple

📋 copy color: '#A35CFB'

red 163 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #A35CFB

Tints of Medium Purple #A35CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

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

R = 32.21%
G = 18.18%
B = 49.6%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A35CFB (or 0xA35CFB) is known color: Medium Purple. HEX triplet: A3, 5C and FB. RGB value is (163,92,251). Sum of RGB (Red+Green+Blue) = 163+92+251=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #A35CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFB is #5CA304. Grayscale: #828282. Windows color (decimal): -6071045 or 16473251. OLE color: 16473251.

HSL color Cylindrical-coordinate representation of color #A35CFB: hue angle of 266.79º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35CFB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 92 251 -
CMYK 0.35 0.63 0 0.02
HSL 266.79º 0.95% 0.67% -
HSV(B) 266.79º 0.63% 0.98% -
XYZ 36.34 22.41 93.68 -
YUV 131.36 195.52 150.57 -
System Red Green Blue C M Y K H S L
Decimal 163 92 251 0.35 0.63 0 0.02 266.79 0.95 0.67
Hex A3 5C FB 23 3F 0 2 10B 5F 43
Octal 243 134 373 43 77 0 2 413 137 103
Binary 10100011 1011100 11111011 100011 111111 0 10 100001011 1011111 1000011

Color Harmonies of #A35CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CFB

Black with #A35CFB

Text Example


Text Example

White with #A35CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CFB; }

 p { color: rgb(163,92,251); }

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

background-color css

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

 a { background-color: rgb(163,92,251); }

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

border-color css

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

 span { border-color: rgb(163,92,251); }

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