Html Css Color HEX #AF3AA4 Violet Blue

📋 copy color: '#AF3AA4'

red 175 ◦ green 58 ◦ blue 164

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

Shades of Violet Blue #AF3AA4

Tints of Violet Blue #AF3AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 44.08%
G = 14.61%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF3AA4 (or 0xAF3AA4) is known color: Violet Blue. HEX triplet: AF, 3A and A4. RGB value is (175,58,164). Sum of RGB (Red+Green+Blue) = 175+58+164=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA4 is #50C55B. Grayscale: #686868. Windows color (decimal): -5293404 or 10762927. OLE color: 10762927.

HSL color Cylindrical-coordinate representation of color #AF3AA4: hue angle of 305.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3AA4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 164 -
CMYK 0 0.67 0.06 0.31
HSL 305.64º 0.5% 0.46% -
HSV(B) 305.64º 0.67% 0.69% -
XYZ 25.89 14.82 36.62 -
YUV 105.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 175 58 164 0 0.67 0.06 0.31 305.64 0.5 0.46
Hex AF 3A A4 0 43 6 1F 132 32 2E
Octal 257 72 244 0 103 6 37 462 62 56
Binary 10101111 111010 10100100 0 1000011 110 11111 100110010 110010 101110

Color Harmonies of #AF3AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AA4

Black with #AF3AA4

Text Example


Text Example

White with #AF3AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AA4; }

 p { color: rgb(175,58,164); }

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

background-color css

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

 a { background-color: rgb(175,58,164); }

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

border-color css

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

 span { border-color: rgb(175,58,164); }

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