Html Css Color HEX #AF639E Violet Blue

📋 copy color: '#AF639E'

red 175 ◦ green 99 ◦ blue 158

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

Shades of Violet Blue #AF639E

Tints of Violet Blue #AF639E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 40.51%
G = 22.92%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF639E (or 0xAF639E) is known color: Violet Blue. HEX triplet: AF, 63 and 9E. RGB value is (175,99,158). Sum of RGB (Red+Green+Blue) = 175+99+158=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF639E is #509C61. Grayscale: #808080. Windows color (decimal): -5282914 or 10380207. OLE color: 10380207.

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

Color convert

RGB 175 99 158 -
CMYK 0 0.43 0.10 0.31
HSL 313.42º 0.32% 0.54% -
HSV(B) 313.42º 0.43% 0.69% -
XYZ 28.31 20.51 34.81 -
YUV 128.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 175 99 158 0 0.43 0.10 0.31 313.42 0.32 0.54
Hex AF 63 9E 0 2B A 1F 139 20 36
Octal 257 143 236 0 53 12 37 471 40 66
Binary 10101111 1100011 10011110 0 101011 1010 11111 100111001 100000 110110

Color Harmonies of #AF639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF639E

Black with #AF639E

Text Example


Text Example

White with #AF639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF639E; }

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

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

background-color css

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

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

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

border-color css

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

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

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