Html Css Color HEX #AF2BEE Dark Orchid

📋 copy color: '#AF2BEE'

red 175 ◦ green 43 ◦ blue 238

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

Shades of Dark Orchid #AF2BEE

Tints of Dark Orchid #AF2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.43%

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 38.38%
G = 9.43%
B = 52.19%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2BEE (or 0xAF2BEE) is known color: Dark Orchid. HEX triplet: AF, 2B and EE. RGB value is (175,43,238). Sum of RGB (Red+Green+Blue) = 175+43+238=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BEE is #50D411. Grayscale: #686868. Windows color (decimal): -5297170 or 15608751. OLE color: 15608751.

HSL color Cylindrical-coordinate representation of color #AF2BEE: hue angle of 280.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BEE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 43 238 -
CMYK 0.26 0.82 0 0.07
HSL 280.62º 0.85% 0.55% -
HSV(B) 280.62º 0.82% 0.93% -
XYZ 33.98 17.01 82.38 -
YUV 104.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 175 43 238 0.26 0.82 0 0.07 280.62 0.85 0.55
Hex AF 2B EE 1A 52 0 7 119 55 37
Octal 257 53 356 32 122 0 7 431 125 67
Binary 10101111 101011 11101110 11010 1010010 0 111 100011001 1010101 110111

Color Harmonies of #AF2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BEE

Black with #AF2BEE

Text Example


Text Example

White with #AF2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BEE; }

 p { color: rgb(175,43,238); }

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

background-color css

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

 a { background-color: rgb(175,43,238); }

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

border-color css

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

 span { border-color: rgb(175,43,238); }

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