Html Css Color HEX #A632FD Blue Violet

📋 copy color: '#A632FD'

red 166 ◦ green 50 ◦ blue 253

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

Shades of Blue Violet #A632FD

Tints of Blue Violet #A632FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.66%

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

R = 35.39%
G = 10.66%
B = 53.94%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A632FD (or 0xA632FD) is known color: Blue Violet. HEX triplet: A6, 32 and FD. RGB value is (166,50,253). Sum of RGB (Red+Green+Blue) = 166+50+253=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #A632FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632FD is #59CD02. Grayscale: #6B6B6B. Windows color (decimal): -5885187 or 16593574. OLE color: 16593574.

HSL color Cylindrical-coordinate representation of color #A632FD: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A632FD is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 50 253 -
CMYK 0.34 0.80 0 0.01
HSL 274.29º 0.98% 0.59% -
HSV(B) 274.29º 0.8% 0.99% -
XYZ 34.6 17.48 94.48 -
YUV 107.83 209.93 169.49 -
System Red Green Blue C M Y K H S L
Decimal 166 50 253 0.34 0.80 0 0.01 274.29 0.98 0.59
Hex A6 32 FD 22 50 0 1 112 62 3B
Octal 246 62 375 42 120 0 1 422 142 73
Binary 10100110 110010 11111101 100010 1010000 0 1 100010010 1100010 111011

Color Harmonies of #A632FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632FD

Black with #A632FD

Text Example


Text Example

White with #A632FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632FD; }

 p { color: rgb(166,50,253); }

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

background-color css

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

 a { background-color: rgb(166,50,253); }

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

border-color css

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

 span { border-color: rgb(166,50,253); }

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