Html Css Color HEX #8252AF Studio

📋 copy color: '#8252AF'

red 130 ◦ green 82 ◦ blue 175

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

Shades of Studio #8252AF

Tints of Studio #8252AF

RGB

 RED value IS 130 (51.17% from 255) = 33.59%

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 33.59%
G = 21.19%
B = 45.22%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8252AF (or 0x8252AF) is known color: Studio. HEX triplet: 82, 52 and AF. RGB value is (130,82,175). Sum of RGB (Red+Green+Blue) = 130+82+175=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #8252AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8252AF is #7DAD50. Grayscale: #6A6A6A. Windows color (decimal): -8236369 or 11489922. OLE color: 11489922.

HSL color Cylindrical-coordinate representation of color #8252AF: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8252AF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 82 175 -
CMYK 0.26 0.53 0 0.31
HSL 270.97º 0.37% 0.5% -
HSV(B) 270.97º 0.53% 0.69% -
XYZ 19.96 13.88 42.18 -
YUV 106.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 130 82 175 0.26 0.53 0 0.31 270.97 0.37 0.5
Hex 82 52 AF 1A 35 0 1F 10F 25 32
Octal 202 122 257 32 65 0 37 417 45 62
Binary 10000010 1010010 10101111 11010 110101 0 11111 100001111 100101 110010

Color Harmonies of #8252AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8252AF

Black with #8252AF

Text Example


Text Example

White with #8252AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8252AF; }

 p { color: rgb(130,82,175); }

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

background-color css

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

 a { background-color: rgb(130,82,175); }

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

border-color css

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

 span { border-color: rgb(130,82,175); }

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