Html Css Color HEX #A238F1 Blue Violet

📋 copy color: '#A238F1'

red 162 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #A238F1

Tints of Blue Violet #A238F1

RGB

 RED value IS 162 (63.67% from 255) = 35.29%

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

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 35.29%
G = 12.2%
B = 52.51%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A238F1 (or 0xA238F1) is known color: Blue Violet. HEX triplet: A2, 38 and F1. RGB value is (162,56,241). Sum of RGB (Red+Green+Blue) = 162+56+241=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #A238F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238F1 is #5DC70E. Grayscale: #6C6C6C. Windows color (decimal): -6145807 or 15808674. OLE color: 15808674.

HSL color Cylindrical-coordinate representation of color #A238F1: hue angle of 274.38º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A238F1 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 56 241 -
CMYK 0.33 0.77 0 0.05
HSL 274.38º 0.87% 0.58% -
HSV(B) 274.38º 0.77% 0.95% -
XYZ 32.19 16.86 84.78 -
YUV 108.78 202.62 165.96 -
System Red Green Blue C M Y K H S L
Decimal 162 56 241 0.33 0.77 0 0.05 274.38 0.87 0.58
Hex A2 38 F1 21 4D 0 5 112 57 3A
Octal 242 70 361 41 115 0 5 422 127 72
Binary 10100010 111000 11110001 100001 1001101 0 101 100010010 1010111 111010

Color Harmonies of #A238F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238F1

Black with #A238F1

Text Example


Text Example

White with #A238F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238F1; }

 p { color: rgb(162,56,241); }

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

background-color css

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

 a { background-color: rgb(162,56,241); }

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

border-color css

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

 span { border-color: rgb(162,56,241); }

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