Html Css Color HEX #AF2CAE Dark Orchid

📋 copy color: '#AF2CAE'

red 175 ◦ green 44 ◦ blue 174

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

Shades of Dark Orchid #AF2CAE

Tints of Dark Orchid #AF2CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 44.53%
G = 11.2%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF2CAE (or 0xAF2CAE) is known color: Dark Orchid. HEX triplet: AF, 2C and AE. RGB value is (175,44,174). Sum of RGB (Red+Green+Blue) = 175+44+174=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2CAE is #50D351. Grayscale: #616161. Windows color (decimal): -5296978 or 11414703. OLE color: 11414703.

HSL color Cylindrical-coordinate representation of color #AF2CAE: hue angle of 300.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2CAE is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 44 174 -
CMYK 0 0.75 0.01 0.31
HSL 300.46º 0.6% 0.43% -
HSV(B) 300.46º 0.75% 0.69% -
XYZ 26.22 13.97 41.36 -
YUV 97.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 175 44 174 0 0.75 0.01 0.31 300.46 0.6 0.43
Hex AF 2C AE 0 4B 1 1F 12C 3C 2B
Octal 257 54 256 0 113 1 37 454 74 53
Binary 10101111 101100 10101110 0 1001011 1 11111 100101100 111100 101011

Color Harmonies of #AF2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CAE

Black with #AF2CAE

Text Example


Text Example

White with #AF2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CAE; }

 p { color: rgb(175,44,174); }

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

background-color css

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

 a { background-color: rgb(175,44,174); }

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

border-color css

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

 span { border-color: rgb(175,44,174); }

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