Html Css Color HEX #AF3BA5 Violet Blue

📋 copy color: '#AF3BA5'

red 175 ◦ green 59 ◦ blue 165

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

Shades of Violet Blue #AF3BA5

Tints of Violet Blue #AF3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.79%

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 43.86%
G = 14.79%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF3BA5 (or 0xAF3BA5) is known color: Violet Blue. HEX triplet: AF, 3B and A5. RGB value is (175,59,165). Sum of RGB (Red+Green+Blue) = 175+59+165=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BA5 is #50C45A. Grayscale: #696969. Windows color (decimal): -5293147 or 10828719. OLE color: 10828719.

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

Color convert

RGB 175 59 165 -
CMYK 0 0.66 0.06 0.31
HSL 305.17º 0.5% 0.46% -
HSV(B) 305.17º 0.66% 0.69% -
XYZ 26.03 14.96 37.11 -
YUV 105.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 175 59 165 0 0.66 0.06 0.31 305.17 0.5 0.46
Hex AF 3B A5 0 42 6 1F 131 32 2E
Octal 257 73 245 0 102 6 37 461 62 56
Binary 10101111 111011 10100101 0 1000010 110 11111 100110001 110010 101110

Color Harmonies of #AF3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BA5

Black with #AF3BA5

Text Example


Text Example

White with #AF3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BA5; }

 p { color: rgb(175,59,165); }

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

background-color css

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

 a { background-color: rgb(175,59,165); }

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

border-color css

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

 span { border-color: rgb(175,59,165); }

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