Html Css Color HEX #AF7BA5 Bouquet

📋 copy color: '#AF7BA5'

red 175 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #AF7BA5

Tints of Bouquet #AF7BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.57%

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

R = 37.8%
G = 26.57%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF7BA5 (or 0xAF7BA5) is known color: Bouquet. HEX triplet: AF, 7B and A5. RGB value is (175,123,165). Sum of RGB (Red+Green+Blue) = 175+123+165=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA5 is #50845A. Grayscale: #8F8F8F. Windows color (decimal): -5276763 or 10845103. OLE color: 10845103.

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

Color convert

RGB 175 123 165 -
CMYK 0 0.30 0.06 0.31
HSL 311.54º 0.25% 0.58% -
HSV(B) 311.54º 0.3% 0.69% -
XYZ 31.55 26 38.95 -
YUV 143.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 175 123 165 0 0.30 0.06 0.31 311.54 0.25 0.58
Hex AF 7B A5 0 1E 6 1F 138 19 3A
Octal 257 173 245 0 36 6 37 470 31 72
Binary 10101111 1111011 10100101 0 11110 110 11111 100111000 11001 111010

Color Harmonies of #AF7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BA5

Black with #AF7BA5

Text Example


Text Example

White with #AF7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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