Html Css Color HEX #AF639C Violet Blue

📋 copy color: '#AF639C'

red 175 ◦ green 99 ◦ blue 156

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

Shades of Violet Blue #AF639C

Tints of Violet Blue #AF639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 40.7%
G = 23.02%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF639C (or 0xAF639C) is known color: Violet Blue. HEX triplet: AF, 63 and 9C. RGB value is (175,99,156). Sum of RGB (Red+Green+Blue) = 175+99+156=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF639C is #509C63. Grayscale: #808080. Windows color (decimal): -5282916 or 10249135. OLE color: 10249135.

HSL color Cylindrical-coordinate representation of color #AF639C: hue angle of 315º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF639C is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 156 -
CMYK 0 0.43 0.11 0.31
HSL 315º 0.32% 0.54% -
HSV(B) 315º 0.43% 0.69% -
XYZ 28.14 20.44 33.91 -
YUV 128.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 175 99 156 0 0.43 0.11 0.31 315 0.32 0.54
Hex AF 63 9C 0 2B B 1F 13B 20 36
Octal 257 143 234 0 53 13 37 473 40 66
Binary 10101111 1100011 10011100 0 101011 1011 11111 100111011 100000 110110

Color Harmonies of #AF639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF639C

Black with #AF639C

Text Example


Text Example

White with #AF639C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF639C; }

 p { color: rgb(175,99,156); }

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

background-color css

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

 a { background-color: rgb(175,99,156); }

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

border-color css

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

 span { border-color: rgb(175,99,156); }

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