Html Css Color HEX #AF3CA2 Violet Blue

📋 copy color: '#AF3CA2'

red 175 ◦ green 60 ◦ blue 162

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

Shades of Violet Blue #AF3CA2

Tints of Violet Blue #AF3CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 44.08%
G = 15.11%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF3CA2 (or 0xAF3CA2) is known color: Violet Blue. HEX triplet: AF, 3C and A2. RGB value is (175,60,162). Sum of RGB (Red+Green+Blue) = 175+60+162=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CA2 is #50C35D. Grayscale: #696969. Windows color (decimal): -5292894 or 10632367. OLE color: 10632367.

HSL color Cylindrical-coordinate representation of color #AF3CA2: hue angle of 306.78º degrees, saturation: 0.49, 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 #AF3CA2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 162 -
CMYK 0 0.66 0.07 0.31
HSL 306.78º 0.49% 0.46% -
HSV(B) 306.78º 0.66% 0.69% -
XYZ 25.82 14.95 35.71 -
YUV 106.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 175 60 162 0 0.66 0.07 0.31 306.78 0.49 0.46
Hex AF 3C A2 0 42 7 1F 133 31 2E
Octal 257 74 242 0 102 7 37 463 61 56
Binary 10101111 111100 10100010 0 1000010 111 11111 100110011 110001 101110

Color Harmonies of #AF3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CA2

Black with #AF3CA2

Text Example


Text Example

White with #AF3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CA2; }

 p { color: rgb(175,60,162); }

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

background-color css

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

 a { background-color: rgb(175,60,162); }

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

border-color css

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

 span { border-color: rgb(175,60,162); }

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