Html Css Color HEX #814AAC Studio

📋 copy color: '#814AAC'

red 129 ◦ green 74 ◦ blue 172

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

Shades of Studio #814AAC

Tints of Studio #814AAC

RGB

 RED value IS 129 (50.78% from 255) = 34.4%

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 34.4%
G = 19.73%
B = 45.87%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814AAC (or 0x814AAC) is known color: Studio. HEX triplet: 81, 4A and AC. RGB value is (129,74,172). Sum of RGB (Red+Green+Blue) = 129+74+172=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #814AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814AAC is #7EB553. Grayscale: #656565. Windows color (decimal): -8303956 or 11291265. OLE color: 11291265.

HSL color Cylindrical-coordinate representation of color #814AAC: hue angle of 273.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814AAC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 74 172 -
CMYK 0.25 0.57 0 0.33
HSL 273.67º 0.4% 0.48% -
HSV(B) 273.67º 0.57% 0.67% -
XYZ 18.95 12.54 40.45 -
YUV 101.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 129 74 172 0.25 0.57 0 0.33 273.67 0.4 0.48
Hex 81 4A AC 19 39 0 21 112 28 30
Octal 201 112 254 31 71 0 41 422 50 60
Binary 10000001 1001010 10101100 11001 111001 0 100001 100010010 101000 110000

Color Harmonies of #814AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AAC

Black with #814AAC

Text Example


Text Example

White with #814AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814AAC; }

 p { color: rgb(129,74,172); }

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

background-color css

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

 a { background-color: rgb(129,74,172); }

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

border-color css

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

 span { border-color: rgb(129,74,172); }

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