Html Css Color HEX #A317F2 Blue Violet

📋 copy color: '#A317F2'

red 163 ◦ green 23 ◦ blue 242

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

Shades of Blue Violet #A317F2

Tints of Blue Violet #A317F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.37%

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

R = 38.08%
G = 5.37%
B = 56.54%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A317F2 (or 0xA317F2) is known color: Blue Violet. HEX triplet: A3, 17 and F2. RGB value is (163,23,242). Sum of RGB (Red+Green+Blue) = 163+23+242=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #A317F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317F2 is #5CE80D. Grayscale: #595959. Windows color (decimal): -6088718 or 15865763. OLE color: 15865763.

HSL color Cylindrical-coordinate representation of color #A317F2: hue angle of 278.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A317F2 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 23 242 -
CMYK 0.33 0.90 0 0.05
HSL 278.36º 0.89% 0.52% -
HSV(B) 278.36º 0.9% 0.95% -
XYZ 31.44 14.81 85.21 -
YUV 89.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 163 23 242 0.33 0.90 0 0.05 278.36 0.89 0.52
Hex A3 17 F2 21 5A 0 5 116 59 34
Octal 243 27 362 41 132 0 5 426 131 64
Binary 10100011 10111 11110010 100001 1011010 0 101 100010110 1011001 110100

Color Harmonies of #A317F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317F2

Black with #A317F2

Text Example


Text Example

White with #A317F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317F2; }

 p { color: rgb(163,23,242); }

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

background-color css

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

 a { background-color: rgb(163,23,242); }

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

border-color css

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

 span { border-color: rgb(163,23,242); }

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