Html Css Color HEX #C28ABA London Hue

📋 copy color: '#C28ABA'

red 194 ◦ green 138 ◦ blue 186

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

Shades of London Hue #C28ABA

Tints of London Hue #C28ABA

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

 GREEN value IS 138 (54.3% from 255) = 26.64%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 37.45%
G = 26.64%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C28ABA (or 0xC28ABA) is known color: London Hue. HEX triplet: C2, 8A and BA. RGB value is (194,138,186). Sum of RGB (Red+Green+Blue) = 194+138+186=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABA is #3D7545. Grayscale: #A0A0A0. Windows color (decimal): -4027718 or 12225218. OLE color: 12225218.

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

Color convert

RGB 194 138 186 -
CMYK 0 0.29 0.04 0.24
HSL 308.57º 0.31% 0.65% -
HSV(B) 308.57º 0.29% 0.76% -
XYZ 40.2 33.19 50.74 -
YUV 160.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 194 138 186 0 0.29 0.04 0.24 308.57 0.31 0.65
Hex C2 8A BA 0 1D 4 18 135 1F 41
Octal 302 212 272 0 35 4 30 465 37 101
Binary 11000010 10001010 10111010 0 11101 100 11000 100110101 11111 1000001

Color Harmonies of #C28ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ABA

Black with #C28ABA

Text Example


Text Example

White with #C28ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ABA; }

 p { color: rgb(194,138,186); }

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

background-color css

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

 a { background-color: rgb(194,138,186); }

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

border-color css

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

 span { border-color: rgb(194,138,186); }

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