Html Css Color HEX #ADA3F8 Perano

📋 copy color: '#ADA3F8'

red 173 ◦ green 163 ◦ blue 248

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

Shades of Perano #ADA3F8

Tints of Perano #ADA3F8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.91%

 BLUE value IS 248 (97.27% from 255) = 42.47%

R = 29.62%
G = 27.91%
B = 42.47%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADA3F8 (or 0xADA3F8) is known color: Perano. HEX triplet: AD, A3 and F8. RGB value is (173,163,248). Sum of RGB (Red+Green+Blue) = 173+163+248=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADA3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3F8 is #525C07. Grayscale: #AFAFAF. Windows color (decimal): -5397512 or 16294829. OLE color: 16294829.

HSL color Cylindrical-coordinate representation of color #ADA3F8: hue angle of 247.06º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA3F8 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 163 248 -
CMYK 0.30 0.34 0 0.03
HSL 247.06º 0.86% 0.81% -
HSV(B) 247.06º 0.34% 0.97% -
XYZ 47.27 41.86 94.39 -
YUV 175.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 173 163 248 0.30 0.34 0 0.03 247.06 0.86 0.81
Hex AD A3 F8 1E 22 0 3 F7 56 51
Octal 255 243 370 36 42 0 3 367 126 121
Binary 10101101 10100011 11111000 11110 100010 0 11 11110111 1010110 1010001

Color Harmonies of #ADA3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3F8

Black with #ADA3F8

Text Example


Text Example

White with #ADA3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3F8; }

 p { color: rgb(173,163,248); }

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

background-color css

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

 a { background-color: rgb(173,163,248); }

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

border-color css

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

 span { border-color: rgb(173,163,248); }

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