Html Css Color HEX #AFA8F1 Perano

📋 copy color: '#AFA8F1'

red 175 ◦ green 168 ◦ blue 241

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

Shades of Perano #AFA8F1

Tints of Perano #AFA8F1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.77%

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 29.97%
G = 28.77%
B = 41.27%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFA8F1 (or 0xAFA8F1) is known color: Perano. HEX triplet: AF, A8 and F1. RGB value is (175,168,241). Sum of RGB (Red+Green+Blue) = 175+168+241=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFA8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8F1 is #50570E. Grayscale: #B2B2B2. Windows color (decimal): -5265167 or 15837359. OLE color: 15837359.

HSL color Cylindrical-coordinate representation of color #AFA8F1: hue angle of 245.75º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA8F1 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 168 241 -
CMYK 0.27 0.30 0 0.05
HSL 245.75º 0.72% 0.8% -
HSV(B) 245.75º 0.3% 0.95% -
XYZ 47.56 43.47 89.1 -
YUV 178.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 175 168 241 0.27 0.30 0 0.05 245.75 0.72 0.8
Hex AF A8 F1 1B 1E 0 5 F6 48 50
Octal 257 250 361 33 36 0 5 366 110 120
Binary 10101111 10101000 11110001 11011 11110 0 101 11110110 1001000 1010000

Color Harmonies of #AFA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8F1

Black with #AFA8F1

Text Example


Text Example

White with #AFA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8F1; }

 p { color: rgb(175,168,241); }

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

background-color css

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

 a { background-color: rgb(175,168,241); }

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

border-color css

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

 span { border-color: rgb(175,168,241); }

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