Html Css Color HEX #ADA4F5 Perano

📋 copy color: '#ADA4F5'

red 173 ◦ green 164 ◦ blue 245

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

Shades of Perano #ADA4F5

Tints of Perano #ADA4F5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.18%

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

R = 29.73%
G = 28.18%
B = 42.1%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADA4F5 (or 0xADA4F5) is known color: Perano. HEX triplet: AD, A4 and F5. RGB value is (173,164,245). Sum of RGB (Red+Green+Blue) = 173+164+245=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA4F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4F5 is #525B0A. Grayscale: #AFAFAF. Windows color (decimal): -5397259 or 16098477. OLE color: 16098477.

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

Color convert

RGB 173 164 245 -
CMYK 0.29 0.33 0 0.04
HSL 246.67º 0.8% 0.8% -
HSV(B) 246.67º 0.33% 0.96% -
XYZ 46.99 42.03 92.02 -
YUV 175.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 173 164 245 0.29 0.33 0 0.04 246.67 0.8 0.8
Hex AD A4 F5 1D 21 0 4 F7 50 50
Octal 255 244 365 35 41 0 4 367 120 120
Binary 10101101 10100100 11110101 11101 100001 0 100 11110111 1010000 1010000

Color Harmonies of #ADA4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4F5

Black with #ADA4F5

Text Example


Text Example

White with #ADA4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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