Html Css Color HEX #AF67A5 Violet Blue

📋 copy color: '#AF67A5'

red 175 ◦ green 103 ◦ blue 165

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

Shades of Violet Blue #AF67A5

Tints of Violet Blue #AF67A5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 39.5%
G = 23.25%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF67A5 (or 0xAF67A5) is known color: Violet Blue. HEX triplet: AF, 67 and A5. RGB value is (175,103,165). Sum of RGB (Red+Green+Blue) = 175+103+165=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67A5 is #50985A. Grayscale: #838383. Windows color (decimal): -5281883 or 10839983. OLE color: 10839983.

HSL color Cylindrical-coordinate representation of color #AF67A5: hue angle of 308.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF67A5 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 165 -
CMYK 0 0.41 0.06 0.31
HSL 308.33º 0.31% 0.55% -
HSV(B) 308.33º 0.41% 0.69% -
XYZ 29.32 21.53 38.21 -
YUV 131.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 175 103 165 0 0.41 0.06 0.31 308.33 0.31 0.55
Hex AF 67 A5 0 29 6 1F 134 1F 37
Octal 257 147 245 0 51 6 37 464 37 67
Binary 10101111 1100111 10100101 0 101001 110 11111 100110100 11111 110111

Color Harmonies of #AF67A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67A5

Black with #AF67A5

Text Example


Text Example

White with #AF67A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67A5; }

 p { color: rgb(175,103,165); }

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

background-color css

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

 a { background-color: rgb(175,103,165); }

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

border-color css

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

 span { border-color: rgb(175,103,165); }

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