Html Css Color HEX #AFADFE Perano

📋 copy color: '#AFADFE'

red 175 ◦ green 173 ◦ blue 254

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

Shades of Perano #AFADFE

Tints of Perano #AFADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.74%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 29.07%
G = 28.74%
B = 42.19%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFADFE (or 0xAFADFE) is known color: Perano. HEX triplet: AF, AD and FE. RGB value is (175,173,254). Sum of RGB (Red+Green+Blue) = 175+173+254=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADFE is #505201. Grayscale: #B6B6B6. Windows color (decimal): -5263874 or 16690607. OLE color: 16690607.

HSL color Cylindrical-coordinate representation of color #AFADFE: hue angle of 241.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFADFE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 173 254 -
CMYK 0.31 0.32 0 0.00
HSL 241.48º 0.98% 0.84% -
HSV(B) 241.48º 0.32% 1% -
XYZ 50.51 46.16 100.01 -
YUV 182.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 175 173 254 0.31 0.32 0 0.00 241.48 0.98 0.84
Hex AF AD FE 1F 20 0 0 F1 62 54
Octal 257 255 376 37 40 0 0 361 142 124
Binary 10101111 10101101 11111110 11111 100000 0 0 11110001 1100010 1010100

Color Harmonies of #AFADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADFE

Black with #AFADFE

Text Example


Text Example

White with #AFADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADFE; }

 p { color: rgb(175,173,254); }

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

background-color css

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

 a { background-color: rgb(175,173,254); }

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

border-color css

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

 span { border-color: rgb(175,173,254); }

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