Html Css Color HEX #AF4A9A Violet Blue

📋 copy color: '#AF4A9A'

red 175 ◦ green 74 ◦ blue 154

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

Shades of Violet Blue #AF4A9A

Tints of Violet Blue #AF4A9A

RGB

 RED value IS 175 (68.75% from 255) = 43.42%

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 43.42%
G = 18.36%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF4A9A (or 0xAF4A9A) is known color: Violet Blue. HEX triplet: AF, 4A and 9A. RGB value is (175,74,154). Sum of RGB (Red+Green+Blue) = 175+74+154=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A9A is #50B565. Grayscale: #717171. Windows color (decimal): -5289318 or 10111663. OLE color: 10111663.

HSL color Cylindrical-coordinate representation of color #AF4A9A: hue angle of 312.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A9A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 154 -
CMYK 0 0.58 0.12 0.31
HSL 312.48º 0.41% 0.49% -
HSV(B) 312.48º 0.58% 0.69% -
XYZ 25.96 16.34 32.36 -
YUV 113.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 175 74 154 0 0.58 0.12 0.31 312.48 0.41 0.49
Hex AF 4A 9A 0 3A C 1F 138 29 31
Octal 257 112 232 0 72 14 37 470 51 61
Binary 10101111 1001010 10011010 0 111010 1100 11111 100111000 101001 110001

Color Harmonies of #AF4A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A9A

Black with #AF4A9A

Text Example


Text Example

White with #AF4A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A9A; }

 p { color: rgb(175,74,154); }

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

background-color css

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

 a { background-color: rgb(175,74,154); }

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

border-color css

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

 span { border-color: rgb(175,74,154); }

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