Html Css Color HEX #A836F2 Blue Violet

📋 copy color: '#A836F2'

red 168 ◦ green 54 ◦ blue 242

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

Shades of Blue Violet #A836F2

Tints of Blue Violet #A836F2

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

 GREEN value IS 54 (21.48% from 255) = 11.64%

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

R = 36.21%
G = 11.64%
B = 52.16%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A836F2 (or 0xA836F2) is known color: Blue Violet. HEX triplet: A8, 36 and F2. RGB value is (168,54,242). Sum of RGB (Red+Green+Blue) = 168+54+242=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #A836F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836F2 is #57C90D. Grayscale: #6C6C6C. Windows color (decimal): -5753102 or 15873704. OLE color: 15873704.

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

Color convert

RGB 168 54 242 -
CMYK 0.31 0.78 0 0.05
HSL 276.38º 0.88% 0.58% -
HSV(B) 276.38º 0.78% 0.95% -
XYZ 33.49 17.37 85.59 -
YUV 109.52 202.77 169.71 -
System Red Green Blue C M Y K H S L
Decimal 168 54 242 0.31 0.78 0 0.05 276.38 0.88 0.58
Hex A8 36 F2 1F 4E 0 5 114 58 3A
Octal 250 66 362 37 116 0 5 424 130 72
Binary 10101000 110110 11110010 11111 1001110 0 101 100010100 1011000 111010

Color Harmonies of #A836F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836F2

Black with #A836F2

Text Example


Text Example

White with #A836F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836F2; }

 p { color: rgb(168,54,242); }

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

background-color css

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

 a { background-color: rgb(168,54,242); }

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

border-color css

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

 span { border-color: rgb(168,54,242); }

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