Html Css Color HEX #AF639A Violet Blue

📋 copy color: '#AF639A'

red 175 ◦ green 99 ◦ blue 154

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

Shades of Violet Blue #AF639A

Tints of Violet Blue #AF639A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 40.89%
G = 23.13%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF639A (or 0xAF639A) is known color: Violet Blue. HEX triplet: AF, 63 and 9A. RGB value is (175,99,154). Sum of RGB (Red+Green+Blue) = 175+99+154=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF639A is #509C65. Grayscale: #7F7F7F. Windows color (decimal): -5282918 or 10118063. OLE color: 10118063.

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

Color convert

RGB 175 99 154 -
CMYK 0 0.43 0.12 0.31
HSL 316.58º 0.32% 0.54% -
HSV(B) 316.58º 0.43% 0.69% -
XYZ 27.97 20.37 33.03 -
YUV 127.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 175 99 154 0 0.43 0.12 0.31 316.58 0.32 0.54
Hex AF 63 9A 0 2B C 1F 13D 20 36
Octal 257 143 232 0 53 14 37 475 40 66
Binary 10101111 1100011 10011010 0 101011 1100 11111 100111101 100000 110110

Color Harmonies of #AF639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF639A

Black with #AF639A

Text Example


Text Example

White with #AF639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF639A; }

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

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

background-color css

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

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

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

border-color css

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

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

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