Html Css Color HEX #A738F0 Blue Violet

📋 copy color: '#A738F0'

red 167 ◦ green 56 ◦ blue 240

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

Shades of Blue Violet #A738F0

Tints of Blue Violet #A738F0

RGB

 RED value IS 167 (65.63% from 255) = 36.07%

 GREEN value IS 56 (22.27% from 255) = 12.1%

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 36.07%
G = 12.1%
B = 51.84%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A738F0 (or 0xA738F0) is known color: Blue Violet. HEX triplet: A7, 38 and F0. RGB value is (167,56,240). Sum of RGB (Red+Green+Blue) = 167+56+240=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #A738F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A738F0 is #58C70F. Grayscale: #6D6D6D. Windows color (decimal): -5818128 or 15743143. OLE color: 15743143.

HSL color Cylindrical-coordinate representation of color #A738F0: hue angle of 276.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A738F0 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 56 240 -
CMYK 0.30 0.77 0 0.06
HSL 276.2º 0.86% 0.58% -
HSV(B) 276.2º 0.77% 0.94% -
XYZ 33.08 17.34 84.04 -
YUV 110.17 201.27 168.54 -
System Red Green Blue C M Y K H S L
Decimal 167 56 240 0.30 0.77 0 0.06 276.2 0.86 0.58
Hex A7 38 F0 1E 4D 0 6 114 56 3A
Octal 247 70 360 36 115 0 6 424 126 72
Binary 10100111 111000 11110000 11110 1001101 0 110 100010100 1010110 111010

Color Harmonies of #A738F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738F0

Black with #A738F0

Text Example


Text Example

White with #A738F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738F0; }

 p { color: rgb(167,56,240); }

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

background-color css

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

 a { background-color: rgb(167,56,240); }

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

border-color css

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

 span { border-color: rgb(167,56,240); }

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