Html Css Color HEX #A648F2 Blue Violet

📋 copy color: '#A648F2'

red 166 ◦ green 72 ◦ blue 242

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

Shades of Blue Violet #A648F2

Tints of Blue Violet #A648F2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 34.58%
G = 15%
B = 50.42%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A648F2 (or 0xA648F2) is known color: Blue Violet. HEX triplet: A6, 48 and F2. RGB value is (166,72,242). Sum of RGB (Red+Green+Blue) = 166+72+242=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #A648F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648F2 is #59B70D. Grayscale: #767676. Windows color (decimal): -5879566 or 15878310. OLE color: 15878310.

HSL color Cylindrical-coordinate representation of color #A648F2: hue angle of 273.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A648F2 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 72 242 -
CMYK 0.31 0.70 0 0.05
HSL 273.18º 0.87% 0.62% -
HSV(B) 273.18º 0.7% 0.95% -
XYZ 34.07 19.15 85.91 -
YUV 119.49 197.14 161.18 -
System Red Green Blue C M Y K H S L
Decimal 166 72 242 0.31 0.70 0 0.05 273.18 0.87 0.62
Hex A6 48 F2 1F 46 0 5 111 57 3E
Octal 246 110 362 37 106 0 5 421 127 76
Binary 10100110 1001000 11110010 11111 1000110 0 101 100010001 1010111 111110

Color Harmonies of #A648F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648F2

Black with #A648F2

Text Example


Text Example

White with #A648F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648F2; }

 p { color: rgb(166,72,242); }

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

background-color css

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

 a { background-color: rgb(166,72,242); }

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

border-color css

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

 span { border-color: rgb(166,72,242); }

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