Html Css Color HEX #AF3CA7 Violet Blue

📋 copy color: '#AF3CA7'

red 175 ◦ green 60 ◦ blue 167

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

Shades of Violet Blue #AF3CA7

Tints of Violet Blue #AF3CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 43.53%
G = 14.93%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF3CA7 (or 0xAF3CA7) is known color: Violet Blue. HEX triplet: AF, 3C and A7. RGB value is (175,60,167). Sum of RGB (Red+Green+Blue) = 175+60+167=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CA7 is #50C358. Grayscale: #6A6A6A. Windows color (decimal): -5292889 or 10960047. OLE color: 10960047.

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

Color convert

RGB 175 60 167 -
CMYK 0 0.66 0.05 0.31
HSL 304.17º 0.49% 0.46% -
HSV(B) 304.17º 0.66% 0.69% -
XYZ 26.27 15.14 38.1 -
YUV 106.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 175 60 167 0 0.66 0.05 0.31 304.17 0.49 0.46
Hex AF 3C A7 0 42 5 1F 130 31 2E
Octal 257 74 247 0 102 5 37 460 61 56
Binary 10101111 111100 10100111 0 1000010 101 11111 100110000 110001 101110

Color Harmonies of #AF3CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CA7

Black with #AF3CA7

Text Example


Text Example

White with #AF3CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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