Html Css Color HEX #A62EFD Blue Violet

📋 copy color: '#A62EFD'

red 166 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #A62EFD

Tints of Blue Violet #A62EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.89%

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

R = 35.7%
G = 9.89%
B = 54.41%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A62EFD (or 0xA62EFD) is known color: Blue Violet. HEX triplet: A6, 2E and FD. RGB value is (166,46,253). Sum of RGB (Red+Green+Blue) = 166+46+253=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #A62EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62EFD is #59D102. Grayscale: #686868. Windows color (decimal): -5886211 or 16592550. OLE color: 16592550.

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

Color convert

RGB 166 46 253 -
CMYK 0.34 0.82 0 0.01
HSL 274.78º 0.98% 0.59% -
HSV(B) 274.78º 0.82% 0.99% -
XYZ 34.43 17.15 94.42 -
YUV 105.48 211.26 171.17 -
System Red Green Blue C M Y K H S L
Decimal 166 46 253 0.34 0.82 0 0.01 274.78 0.98 0.59
Hex A6 2E FD 22 52 0 1 113 62 3B
Octal 246 56 375 42 122 0 1 423 142 73
Binary 10100110 101110 11111101 100010 1010010 0 1 100010011 1100010 111011

Color Harmonies of #A62EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EFD

Black with #A62EFD

Text Example


Text Example

White with #A62EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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