Html Css Color HEX #ADA8F5 Perano

📋 copy color: '#ADA8F5'

red 173 ◦ green 168 ◦ blue 245

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

Shades of Perano #ADA8F5

Tints of Perano #ADA8F5

RGB

 RED value IS 173 (67.97% from 255) = 29.52%

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

 BLUE value IS 245 (96.09% from 255) = 41.81%

R = 29.52%
G = 28.67%
B = 41.81%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADA8F5 (or 0xADA8F5) is known color: Perano. HEX triplet: AD, A8 and F5. RGB value is (173,168,245). Sum of RGB (Red+Green+Blue) = 173+168+245=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA8F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8F5 is #52570A. Grayscale: #B1B1B1. Windows color (decimal): -5396235 or 16099501. OLE color: 16099501.

HSL color Cylindrical-coordinate representation of color #ADA8F5: hue angle of 243.9º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA8F5 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 168 245 -
CMYK 0.29 0.31 0 0.04
HSL 243.9º 0.79% 0.81% -
HSV(B) 243.9º 0.31% 0.96% -
XYZ 47.72 43.48 92.26 -
YUV 178.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 173 168 245 0.29 0.31 0 0.04 243.9 0.79 0.81
Hex AD A8 F5 1D 1F 0 4 F4 4F 51
Octal 255 250 365 35 37 0 4 364 117 121
Binary 10101101 10101000 11110101 11101 11111 0 100 11110100 1001111 1010001

Color Harmonies of #ADA8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8F5

Black with #ADA8F5

Text Example


Text Example

White with #ADA8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8F5; }

 p { color: rgb(173,168,245); }

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

background-color css

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

 a { background-color: rgb(173,168,245); }

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

border-color css

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

 span { border-color: rgb(173,168,245); }

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